home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / PPC / PPCGNUtar / source / sasinclude / utime.h < prev   
Encoding:
C/C++ Source or Header  |  1995-09-16  |  109 b   |  11 lines

  1. #ifndef _UTIME_H
  2. #define _UTIME_H
  3.  
  4. struct utimbuf
  5. {
  6.   long actime;
  7.   long modtime;
  8. };
  9.  
  10. #endif /* _UTIME_H */
  11.